func time.newParseError
9 uses
time (current package)
format.go#L829: func newParseError(layout, value, layoutElem, valueElem, message string) *ParseError {
format.go#L1060: return Time{}, newParseError(alayout, avalue, prefix, value, "")
format.go#L1064: return Time{}, newParseError(alayout, avalue, "", value, ": extra text: "+quote(value))
format.go#L1296: return Time{}, newParseError(alayout, avalue, stdstr, value, ": "+rangeErrString+" out of range")
format.go#L1299: return Time{}, newParseError(alayout, avalue, stdstr, hold, "")
format.go#L1321: return Time{}, newParseError(alayout, avalue, "", value, ": day-of-year out of range")
format.go#L1333: return Time{}, newParseError(alayout, avalue, "", value, ": day-of-year does not match month")
format.go#L1337: return Time{}, newParseError(alayout, avalue, "", value, ": day-of-year does not match day")
format.go#L1351: return Time{}, newParseError(alayout, avalue, "", value, ": day out of range")
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |